isdb_desc_partial_reception

@struct isdb_desc_partial_reception @ingroup descriptors @brief Structure containing the partial reception descriptor

@param type descriptor tag @param length descriptor length @param next pointer to struct dvb_desc @param partial_reception vector of struct isdb_partial_reception_service_id. The length of the vector is given by: length / sizeof(struct isdb_partial_reception_service_id).

Members

Variables

length
ubyte length;
Undocumented in source.
next
dvb_desc* next;
Undocumented in source.
partial_reception
isdb_partial_reception_service_id* partial_reception;
Undocumented in source.
type
ubyte type;
Undocumented in source.

Meta